home *** CD-ROM | disk | FTP | other *** search
/ Megahits 6 / Megahits 6 (1995)(GTI - Rhein-Main-Soft)(DE)(Disc 2 of 2)[!].iso / time_ungepackt / time_361_390 / time_369 / tolleuhr / tolleuhr_c.lha / TolleUhr_C / Compilation.Note < prev    next >
Text File  |  1994-12-07  |  1KB  |  26 lines

  1.  
  2. >Since this Program consists only of _one_ file I included no makefile.
  3. >But you should be able to compile with every available Amiga-compiler.
  4. >(Don't forget to link amiga.lib _before_ your compiler's libs)
  5.  
  6.  Use the supplied makefile to rebuild the program with gcc. You need
  7.  the libnix package, the new proto-includes (gcc 2.6.1 and up) and
  8.  gcc 2.3.3 to create the plain version (68020 version can be build with
  9.  every other version >=2.3.3).
  10.  If you wonder why your compiled program is bigger than the one in this
  11.  archive: the secret is the startup-code ... I used one I created some
  12.  time ago. I still prefer this one rather than the regular libnix ones,
  13.  but its not included here, sorry.
  14.  
  15. >Compiled with GCC 2.2.2 which is the best _free_ Amiga-compiler
  16. >(i.e. it's better than the DICE version on Fish disk) and linked with
  17. >some selfmade startupcode and support-library, so I think it's even
  18. >free of the GNU-licence and I can place this in the public domain.
  19. >(I neither like this GNUC startupcode nor that ixemul.library.)
  20. >I didn't use the assembler inline headers for compiling since my
  21. >5 Meg don't allow this. If anybody is able to compile this thing he can
  22. >send me the object file via email: fleischr@izfm.uni-stuttgart.de.
  23.  
  24.  Now compiled with gcc2.3.3 and inline headers for a small executable.
  25.  (still doesn´t need ixemul.library!)
  26.